LPC540xx Simple PWM example
============================

Purpose:
Simple SCT program using the Red State which configures the SCT as a 32 bit timer 
to generate a PWM output signal @ SCT0_OUT5

Running mode:
* Compile, Flash the program and reset.
* Default project target set to Blinky_Release (executing from flash)

Note:
Tested on LPC54xx LPCXpresso Board

Output:
* Every time SW1(P0_24) goes high to low increase the duty cycle.
* Every time SW2 (P0_31)goes high to low decrease the duty cycle.
* P1_2 is SCT0_OUT5


